home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 8 / Mac Magazin and MacEasy Magazine CD - Issue 08.iso / Sharewarebibliothek / DFÜ / commsService 2.0.2 Final / AppleScripts / Service Name Launch < prev   
Text File  |  1994-12-20  |  191b  |  8 lines

  1. tell application "commsService"
  2.     try
  3.         set launchName to open "Monash University"
  4.     on error errMsg
  5.         beep
  6.         display dialog "commsService error - " & return & return & errMsg
  7.     end try
  8. end tell